home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000105_icon-group-sender _Fri Nov 11 09:30:30 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  737b

  1. Received: by cheltenham.cs.arizona.edu; Fri, 11 Nov 1994 15:24:34 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: 11 Nov 1994 09:30:30 -0500
  4. From: hunnia@aol.com (HUNNIA)
  5. Message-Id: <39vv66$19i@newsbf01.news.aol.com>
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: icon-group-request@cs.arizona.edu
  8. Subject: Icon OS/2 problems
  9. Errors-To: icon-group-errors@cs.arizona.edu
  10.  
  11. The following segment outputs data to a file, if compiled
  12. under OS/2 ICONT, but generate only an empty file if
  13. compiled under OS/2 XICONT. It will print correctly onto
  14. a window, if "w' is changed into "x". 
  15.   Why cannot I get a file output with XICONT in OS/2
  16.  
  17. aFile := open("app.icn","w")
  18. write(aFile,"This is a test")
  19.  
  20. Thanks
  21.   Sandor
  22.